.ContactForm {
	width:195%; 
	border-radius: 52px
}

.map{
	max-width:100%;
}
@media (max-width:479px) {
	.map{
		max-width:40%;
	}
}